Daejin Developers

Build Transaction

Solana only: build an unsigned transaction (deposit, withdraw, add-liquidity, remove-liquidity, claim, claim-lp-fees) or broadcast a signed one (submit).

POST
/tx/{kind}

Authorization

X-API-Key<token>

Developer-portal API key (tp_live_… / tp_test_…), also accepted as Authorization: Bearer tp_….

In: header

Path Parameters

kind*string

Value in

  • "deposit"
  • "withdraw"
  • "add-liquidity"
  • "remove-liquidity"
  • "claim"
  • "claim-lp-fees"
  • "submit"

Response Body

curl -X POST "https://example.com/tx/deposit"
Empty