curl --request GET \
--url https://api.example.com/api/v1/wallet/ark-info{
"fees": {
"board": {
"base_fee_sat": 1,
"min_fee_sat": 1,
"ppm": 1
},
"lightning_receive": {
"base_fee_sat": 1,
"ppm": 1
},
"lightning_send": {
"base_fee_sat": 1,
"min_fee_sat": 1,
"ppm_expiry_table": [
{
"expiry_blocks_threshold": 1,
"ppm": 1
}
]
},
"offboard": {
"base_fee_sat": 1,
"fixed_additional_vb": 1,
"ppm_expiry_table": [
{
"expiry_blocks_threshold": 1,
"ppm": 1
}
]
},
"refresh": {
"base_fee_sat": 1,
"ppm_expiry_table": [
{
"expiry_blocks_threshold": 1,
"ppm": 1
}
]
}
},
"htlc_expiry_delta": 1,
"htlc_send_expiry_delta": 1,
"ln_receive_anti_dos_required": true,
"mailbox_pubkey": "<string>",
"max_user_invoice_cltv_delta": 1,
"max_vtxo_amount": 1,
"min_board_amount_sat": 1,
"nb_round_nonces": 1,
"network": "<string>",
"offboard_feerate_sat_per_kvb": 1,
"required_board_confirmations": 1,
"round_interval": "<string>",
"server_pubkey": "<string>",
"vtxo_exit_delta": 1,
"vtxo_expiry_delta": 1
}Returns the Ark server’s configuration parameters, including network, public key, round interval, VTXO expiry and exit deltas, fee settings, and Lightning support details.
curl --request GET \
--url https://api.example.com/api/v1/wallet/ark-info{
"fees": {
"board": {
"base_fee_sat": 1,
"min_fee_sat": 1,
"ppm": 1
},
"lightning_receive": {
"base_fee_sat": 1,
"ppm": 1
},
"lightning_send": {
"base_fee_sat": 1,
"min_fee_sat": 1,
"ppm_expiry_table": [
{
"expiry_blocks_threshold": 1,
"ppm": 1
}
]
},
"offboard": {
"base_fee_sat": 1,
"fixed_additional_vb": 1,
"ppm_expiry_table": [
{
"expiry_blocks_threshold": 1,
"ppm": 1
}
]
},
"refresh": {
"base_fee_sat": 1,
"ppm_expiry_table": [
{
"expiry_blocks_threshold": 1,
"ppm": 1
}
]
}
},
"htlc_expiry_delta": 1,
"htlc_send_expiry_delta": 1,
"ln_receive_anti_dos_required": true,
"mailbox_pubkey": "<string>",
"max_user_invoice_cltv_delta": 1,
"max_vtxo_amount": 1,
"min_board_amount_sat": 1,
"nb_round_nonces": 1,
"network": "<string>",
"offboard_feerate_sat_per_kvb": 1,
"required_board_confirmations": 1,
"round_interval": "<string>",
"server_pubkey": "<string>",
"vtxo_exit_delta": 1,
"vtxo_expiry_delta": 1
}Returns the Ark info
The fee schedule outlining any fees that must be paid to interact with the Ark server.
Show child attributes
The number of blocks to keep between Lightning and Ark HTLCs expiries
x >= 0The number of blocks after which an HTLC-send VTXO expires once granted.
x >= 0Indicates whether the Ark server requires clients to either provide a VTXO ownership proof, or a lightning receive token when preparing a lightning claim.
The pubkey used for blinding unified mailbox IDs
Maximum CLTV delta server will allow clients to request an invoice generation with.
x >= 0Maximum amount of a VTXO
x >= 0Minimum amount for a board the server will cosign
x >= 0Number of nonces per round
x >= 0The bitcoin network the server operates on
offboard feerate in sat per kvb
x >= 0The number of confirmations required to register a board vtxo
x >= 0The interval between each round
The Ark server pubkey
Delta between exit confirmation and coins becoming spendable
x >= 0Expiration delta of the VTXO
x >= 0Was this page helpful?