Skip to main content
POST
/
gateway
/
swaps
/
search
Search Swaps
curl --request POST \
  --url http://localhost:8000/gateway/swaps/search \
  --header 'Authorization: Basic <encoded-value>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "input": "<unknown>",
      "ctx": {}
    }
  ]
}

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Query Parameters

network
string | null
connector
string | null
wallet_address
string | null
trading_pair
string | null
status
string | null
start_time
integer | null
end_time
integer | null
limit
integer
default:50
offset
integer
default:0

Response

Successful Response