Bridge
Quote and execute cross-chain asset transfers.
v0.9.0finance—by norien · updated 10h ago
$ norien tool install bridge@0.9.0Category
finance
Runtime
—
Permissions
0
Environment
0
declared variables
Details
- Slug
- bridge
- Version
- 0.9.0
- Runtime
- —
- Entrypoint
- —
- Authentication
- custom
- License
- —
- Published
- 10h ago
Requirements
Permissions
None requested.
Dependencies
None.
Tags
bridgecross-chaincrypto
Environment variables
No environment variables
This tool needs no configuration.
Input schema
{
"type": "object",
"required": [
"from_chain",
"to_chain",
"token",
"amount"
],
"properties": {
"token": {
"type": "string"
},
"amount": {
"type": "string"
},
"to_chain": {
"type": "number"
},
"from_chain": {
"type": "number"
},
"quote_only": {
"type": "boolean"
}
}
}Output schema
{
"type": "object",
"properties": {
"route": {
"type": "string"
},
"tx_hash": {
"type": "string"
},
"estimated_fee": {
"type": "string"
},
"estimated_seconds": {
"type": "number"
}
}
}