Skip to main content
GET
/
gateway
/
swaps
/
summary
Get Swaps Summary
curl --request GET \
  --url http://localhost:8000/gateway/swaps/summary \
  --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
wallet_address
string | null
start_time
integer | null
end_time
integer | null

Response

Successful Response