curl --request GET \
--url https://api.topsort.com/public/v1/billing-service/vendors/{external-vendor-id}/wallets \
--header 'Authorization: Bearer <token>'{
"wallets": [
{
"walletId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>",
"balance": 123
}
]
}Endpoint to list all the wallets of a vendor.
curl --request GET \
--url https://api.topsort.com/public/v1/billing-service/vendors/{external-vendor-id}/wallets \
--header 'Authorization: Bearer <token>'{
"wallets": [
{
"walletId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>",
"balance": 123
}
]
}Documentation Index
Fetch the complete documentation index at: https://docs.topsort.com/llms.txt
Use this file to discover all available pages before exploring further.
A valid API key generated in Topsort's UI. Use the TSE API key if calling auctions or events API, otherwise use the TSC API key.
The External ID of the Vendor to retrieve.
1Successful Response
List of wallets available for the vendor.
Show child attributes
War diese Seite hilfreich?