Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Service provider data endpoints
name
id
slug
description
network_ids
curl -G 'https://api.rwa.xyz/v4/service-providers' \ -H "Authorization: Bearer $RWA_API_KEY" \ --data-urlencode 'query={ "sort": { "field": "name", "direction": "asc" }, "pagination": { "page": 1, "perPage": 25 } }'
{ "results": [ { "id": 1, "name": "Anchorage Digital", "slug": "anchorage-digital", "description": "Anchorage Digital is a federally chartered digital asset bank.", "network_ids": [1, 5, 12] }, { "id": 2, "name": "BitGo", "slug": "bitgo", "description": "BitGo provides institutional-grade custody and financial services for digital assets.", "network_ids": [1, 3, 5, 7] } ], "pagination": { "page": 1, "perPage": 25, "pageCount": 3, "resultCount": 68 } }
curl -X GET "https://api.rwa.xyz/v4/service-providers/meta" \ -H "Authorization: Bearer $RWA_API_KEY"
Contact support