Swap

Swap

POST /swap

<Description of the endpoint>

Headers

Name
Value

Content-Type

application/json

Authorization

Bearer <token>

Body

Name
Type
Description

amount

number

amount to swap

address

string

wallet address to swap to

network

string

Blockchain network to swap to (please use the the supported network endpoint to get list of supported network)

Response

{
  "id": 1,
  "name": "John",
  "age": 30
}

Last updated