Authentication
Each API call must include an X-API-KEY
header.
curl --location --request GET 'https://api.swivell.xyz/v1/proxies/deposits' \
--header 'Content-Type: application/json' \
--header 'X-API-KEY: <API Key>'
Scopes
Scopes govern what an API key can do. There are currently two scopes: read
and write
.
read
: can read all datawrite
: can both read and create new resources
Updated 11 days ago