Delegate to a Stake Pool
Stake pool delegation with Anvil API
API Endpoint
Request Format
{
"changeAddress": "addr_test1...",
"utxos": ["8282...", "8282..."],
"delegations": [
{
"type": "pool",
"address": "addr_test1...",
"keyHash": "pool1z5uq..."
}
]
}Parameter Details
Parameter
Description
Example
Implementation Examples
Deno & FetchBash & cURLTransaction Signing
https://github.com/Cardano-Forge/anvil-api/blob/main/docs/guides/transaction/signing-transaction.mdUser Interface Examples

Last updated
Was this helpful?

