Skip to main content
POST
/
sponsorship
cURL
curl --request POST \
  --url https://api.long.xyz/v1/sponsorship \
  --header 'Content-Type: application/json' \
  --header 'X-API-KEY: <api-key>' \
  --data '
{
  "encoded_payload": "<unknown>"
}
'
{
  "result": {
    "transaction_hash": "<unknown>"
  }
}

Authorizations

X-API-KEY
string
header
required

API key for authentication

Body

application/json

Body

encoded_payload
any
required

The encoded payload from the encode endpoint (in Hex format)

Response

200

result
object
required