Transactions

Push Transaction

post
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
externalIdany ofOptional

External transaction ID

string · min: 1Optional
or
nullOptional
amountnumberRequired

Transfer amount

assetFormatany ofOptional

Name of venue, in format of which network and currency are transmitted

string · min: 1Optional
or
nullOptional
sourceAddressesstring[] · min: 1Required

Sender's wallet addresses

destinationAddressstring · min: 1Required

Recipient's wallet address

txHashany ofOptional

Unique hash or identifier on the network

string · min: 1Optional
or
nullOptional
payloadobject · PayloadOptional

Transaction payload to help identify sender and recipient

feeany ofOptional

Network fee information

or
nullOptional
venueany ofOptional

Information about venue where transaction came from

or
nullOptional
createdAtstring · date-timeRequired

Date and time of transaction

Responses
chevron-right
200

Successful Response

application/json
uidstring · uuidRequired

Internal transaction UID

externalIdany ofRequired

External transaction ID

stringOptional
or
nullOptional
sourceAddressUidstring · uuidRequired

Sender's address UID

destinationAddressUidstring · uuidRequired

Recipient's address UID

typeall ofRequired

Transaction type (internal - between self addresses; external - between self and counterparty addresses)

string · enumOptionalPossible values:
directionall ofRequired

Transaction direction

string · enumOptionalPossible values:
amountnumberRequired

Transfer amount

txHashany ofRequired

Unique hash or identifier on the network

stringOptional
or
nullOptional
sourceAddressesstring[]Required

Sender's wallet addresses

destinationAddressstringRequired

Recipient's wallet address

feeany ofRequired

Network fee information

or
nullOptional
venueany ofRequired

Information about venue where transaction came from

or
nullOptional
createdAtstring · date-timeRequired

Date and time of transaction

post
/api/v1/transactions

Last updated