Build Transaction
How to interact with the Wayup Marketplace backend
The Power of /build-tx
/build-txMulti-Action Transactions
{
"changeAddress": "addr1...",
"utxos": ["8282...", "8282..."],
"buy": [
{ "policyId": "policyId", "txHashIndex": "txHashIndex", "priceAda": 50 }
{ "policyId": "policyId", "txHashIndex": "txHashIndex", "priceAda": 30 }
],
"create": [
{ "policyId": "policyId", "assetName": "assetName", "priceAda": 75 }
],
"createOffer": [
{ "policyId": "policyId", "assetName": "assetName", "priceAda": 25 }
]
}Available Actions
Action Type
Description
Distribution & Transactions
Documentation Pages
Build Transaction
Submit Transaction
Profile Information
Collection Information
Examples
FAQs
Last updated
Was this helpful?

