Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
unique identifier for the request (recommend using uuid v4)
amount of crypto currency to bridge
Required range:
x >= 0
bridging source
bridging destination
Whether this bridging request requires approval before processing.
true
: Request will enter approval workflowfalse
or omitted: Request proceeds immediately
Example:
false