Recheck transfer exposure
Makes a new check of a transfer exposure.
HTTP Request
POST /v1/transfers/{id}/recheck-exposure/
Where:
{id}— transfer ID (UUID)
Request body
No request body.
Notes
If tx_hash is null, exposure recheck is not supported and the request returns a validation error.
Response
Returns a REGISTERED_TRANSFER_EXTRA object.
Try it
POST/v1/transfers/{id}/recheck-exposure/
API KEY ID
API KEY SECRET
Path params
id
Body (JSON)
HTTP Request
Press "Send Request" to generate HTTP request.
HTTP …
{
// Response will be shown here after the request.
}