The Palisade API enables programmatic interaction with the various features of the Palisade platform
https://docs.ripple.com/_mock/products/palisade/api-docs/palisade-api/palisade-api-1/
https://api.sandbox.palisade.co/
https://api.palisade.co/
filter by jurisdictions (multiple jurisdictions can be provided as a comma-separated list)
Choose how gateway VASPs and non-gateway VASPs are returned. By default, exclude_subsidiaries.
Defaults to false Include only VASPs that are actively sending transactions
Defaults to false Include only VASPs that are actively receiving transactions
- Mock server
https://docs.ripple.com/_mock/products/palisade/api-docs/palisade-api/palisade-api-1/v2/notabene/search
- Sandbox server (uses TESTNET data, private keys and accounts)
https://api.sandbox.palisade.co/v2/notabene/search
- Palisade server (uses MAINNET data, private keys and accounts)
https://api.palisade.co/v2/notabene/search
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://docs.ripple.com/_mock/products/palisade/api-docs/palisade-api/palisade-api-1/v2/notabene/search?q=string&emailDomain=string&chainalysisName=string&hasAdmin=true&badge=string&jurisdictions=string&fields=string&page=0&perPage=0&order=string&all=true&listingType=string&includeUncheckedVasps=true&includeActiveSendersOnly=true&includeActiveReceiversOnly=true®ulatoryStatus=string&networkStatus=string&asset=string&reviewedByVaspDid=string&showJurisdictionStatus=true&reviewValue=string&reviewIncludeInWidget=string&filterByJurisdictionStatus=string' \
-H 'Authorization: YOUR_API_KEY_HERE'{ "vasps": [ { … } ], "pagination": { "page": 0, "perPage": 0, "order": "string", "total": 0 } }
- Mock server
https://docs.ripple.com/_mock/products/palisade/api-docs/palisade-api/palisade-api-1/v2/notabene/token
- Sandbox server (uses TESTNET data, private keys and accounts)
https://api.sandbox.palisade.co/v2/notabene/token
- Palisade server (uses MAINNET data, private keys and accounts)
https://api.palisade.co/v2/notabene/token
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
https://docs.ripple.com/_mock/products/palisade/api-docs/palisade-api/palisade-api-1/v2/notabene/token \
-H 'Authorization: YOUR_API_KEY_HERE'{ "accessToken": "string", "scope": "string", "tokenType": "string" }