Skip to main content
PUT
/
screening
/
travel_rule
/
vasp
/
update
TypeScript
const response: Promise<FireblocksResponse<TravelRuleUpdateVASPDetails>> = fireblocks.travelRule.updateVasp(travelRuleApiUpdateVaspRequest);
{
  "did": "did:ethr:0x44957e75d6ce4a5bf37aae117da86422c848f7c2",
  "pii_didkey": "did:key:z6Mks5CZRaiooKYhq5TwtXQC1gWhwiZnmiKfFrMnYY62MhYf"
}

Headers

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.

Body

application/json
did
string
required

The decentralized identifier of the VASP

Example:

"did:ethr:0x44957e75d6ce4a5bf37aae117da86422c848f7c2"

pii_didkey
string
required

The PII DID key of the VASP

Example:

"did:key:z6Mks5CZRaiooKYhq5TwtXQC1gWhwiZnmiKfFrMnYY62MhYf"

Response

VASP updated successfully

did
string
required

The decentralized identifier of the VASP

Example:

"did:ethr:0x44957e75d6ce4a5bf37aae117da86422c848f7c2"

pii_didkey
string
required

The PII DID key of the VASP

Example:

"did:key:z6Mks5CZRaiooKYhq5TwtXQC1gWhwiZnmiKfFrMnYY62MhYf"