Logo
Fireblocks API Documentation

Add jsonDidKey to VASP details

PUT {{baseUrl}}/screening/travel_rule/vasp/update

Update VASP Details.

Updates a VASP with the provided parameters. Use this endpoint to add your public jsonDIDkey generated by Notabene.

Note: The reference content in this section documents the Travel Rule beta endpoint. The beta endpoint includes APIs that are currently in preview and aren't yet generally available.

To enroll in the beta and enable this endpoint, contact your Fireblocks Customer Success Manager or send an email to CSM@fireblocks.com.

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Idempotency-Key
string A unique identifier for the request. If the request is sent multiple times with the same idempotency key, the server will return the same response as the first request. The idempotency key is valid for 24 hours.
Content-Type
string
Accept
string




RESPONSES

status OK

{ "did": "<string>", "pii_didkey": "<string>" }



Curl
curl -X PUT 'https://api.fireblocks.io/v1/screening/travel_rule/vasp/update' -H 'Idempotency-Key: <string>' -H 'Content-Type: application/json' -H 'Accept: application/json' -d '{"did":"\u003cstring\u003e","pii_didkey":"\u003cstring\u003e"}'

ENDPOINTS