curl --request GET \
--url https://api.onswitch.xyz/wallets \
--header 'x-service-key: <api-key>'{
"success": true,
"message": "<string>",
"timestamp": "2023-11-07T05:31:56Z",
"data": {
"data": [
{
"id": "<string>",
"name": "<string>",
"callback_url": "<string>",
"address": {}
}
],
"page": 123,
"limit": 123,
"total": 123,
"pages": 123
}
}Returns paginated stablecoin wallets
curl --request GET \
--url https://api.onswitch.xyz/wallets \
--header 'x-service-key: <api-key>'{
"success": true,
"message": "<string>",
"timestamp": "2023-11-07T05:31:56Z",
"data": {
"data": [
{
"id": "<string>",
"name": "<string>",
"callback_url": "<string>",
"address": {}
}
],
"page": 123,
"limit": 123,
"total": 123,
"pages": 123
}
}Service key for API authentication
Filter by wallet name
200Filter by any wallet address
200Results page number. Default 1.
x >= 1Results per page. Default 10, maximum 100.
1 <= x <= 100Wallets retrieved successfully
Hide child attributes