Skip to main content
GET
/
v2
/
api
/
core
/
transactions
/
{transactionId}
/
intent
Get the payload to create new outgoing transaction
curl --request GET \
  --url https://api.custody.api-zodia.io/v2/api/core/transactions/{transactionId}/intent
{
  "request": {
    "author": {
      "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
      "domainId": "8a0b02c3-fdd8-452e-bc6e-ef07a335ec7e"
    },
    "expiryAt": "2022-01-09T10:51:00Z",
    "targetDomainId": "cef1a96b-aa13-443a-b4cc-e3286f2af910",
    "id": "b0393b72-83e8-4809-ba89-7e63ea11a49a",
    "payload": {
      "id": "0d0ab26c-bb74-42af-841a-78c94c5f9453",
      "accountId": "692b87f6-2c34-4a2c-8af7-040b74c7bbd0",
      "parameters": {
        "outputs": [
          {
            "destination": {
              "address": "2N3oum61eFbwBvA8roU7YuR8UXnmMxr1tCE",
              "type": "Address"
            },
            "amount": "1000",
            "paysFee": false
          }
        ],
        "feeStrategy": {
          "priority": "High",
          "type": "Priority"
        },
        "maximumFee": "10000",
        "type": "Bitcoin"
      },
      "customProperties": {
        "property1": "string",
        "property2": "string"
      },
      "type": "v0_CreateTransactionOrder",
      "description": "Create an intent for tx out"
    },
    "customProperties": {
      "property1": "string",
      "property2": "string"
    },
    "type": "Propose",
    "description": "Create an intent for tx out"
  },
  "signature": "MEUCIC3VIuw4pfk+BLnZrk1qklGS9phAlQFSQoAnlhw59x7cAiEAm5nq8ANlHcRNcONj5FXXl1v0EK5U8gZyQ22geFSsFL8="
}

Documentation Index

Fetch the complete documentation index at: https://docs.zodia-custody.com/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

transactionId
string
required

Response

OK

request
object
required

Details of the transaction being created

signature
string
required

Signature of the "request" field above

Example:

"MEUCIC3VIuw4pfk+BLnZrk1qklGS9phAlQFSQoAnlhw59x7cAiEAm5nq8ANlHcRNcONj5FXXl1v0EK5U8gZyQ22geFSsFL8="