Skip to main content

Bridge Object

A Bridge represents a cross-chain transfer of stablecoin tokens between two wallets.

THE BRIDGE OBJECT
{
"id": "76138e8c-dae4-4fca-ad90-a5d7855618e1",
"status": "PENDING",
"amount": "10000.456",
"from_source_id": "139d8868-a145-4e1a-a446-08b58e774fc5",
"to_source_id": "1972cd7f-65b0-4bd9-9d85-2906ef149445",
"public_data": {
"mint_and_transfer_transaction": null,
"burn_transaction": null,
"deposit_wallet_address": "0xe8D8480D0e1849C1895ba905dEABD391D0BD8D50"
},
"activities": [],
"created_at": "2024-08-15T18:35:29.613Z",
"finished_at": null,
"updated_at": "2024-08-15T18:35:29.613Z"
}

Attributes

iduuid

Id of the bridge.

statusstring

Status of the bridge: PENDING, SETTLED, SUCCEEDED, or FAILED.

amountstring

Amount of the bridge. This value is a numeric string, with up to 18 digits before the decimal point and with up to 18 digits after the decimal point. Otherwise, the API will return an error.

from_source_iduuid

Id of the source that will send the funds to be bridged. Must be a wallet Id, and the source token should match the to_source token.

to_source_iduuid

Id of the source that will receive the bridged funds. Must be a wallet Id, and the source token should match the from_source token.

public_dataJSONnullable

Public data associated with the bridge.

activitiesarray

Activities related to the bridge.

created_atstring

Date when the bridge was created.

finished_atstring

Date when the bridge was finished.

updated_atstring

Date when the bridge was last updated.

Status Lifecycle