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.
cURL
curl --request GET \ --url https://api.sandbox.sardine.ai/v1/geo-coverage \ --header 'Authorization: Basic <encoded-value>'
{ "data": [ { "countryCode": "<string>", "isAllowedOnRamp": true, "isAllowedNFT": true, "isBasicKycRequired": [], "isSsnRequired": [], "name": "<string>", "supportedDocuments": [], "currencyCode": "<string>", "paymentMethods": [ { "name": "<string>", "isAllowedOnRamp": true, "isAllowedNFT": true } ], "states": [ { "code": "<string>", "name": "<string>", "isAllowedOnRamp": true, "isAllowedNFT": true } ], "isPayrollSupported": true } ] }
Get list of regions where Sardine is supported, separated by county and state regions
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Basic <encoded-value>
<encoded-value>
username:password
OK
1
Show child attributes