Lunarlander
Use these routes when you want HelloMoon Lunar Lander. Send the same request body described in HelloMoon's docs.
Reference:
Tip Addresses
Current LunarLander tip addresses recognized by this Bifrost deployment:
moon17L6BgxXRX5uHKudAmqVF96xia9h8ygcmG2sL3Fmoon26Sek222Md7ZydcAGxoKG832DK36CkLrS3PQY4cmoon7fwyajcVstMoBnVy7UBcTx87SBtNoGGAaH2Cb8VmoonBtH9HvLHjLqi9ivyrMVKgFUsSfrz9BwQ9khhn1umoonCJg8476LNFLptX1qrK8PdRsA1HD1R6XWyu9MB93moonF2sz7qwAtdETnrgxNbjonnhGGjd6r4W4UC9284smoonKfftMiGSak3cezvhEqvkPSzwrmQxQHXuspC96yjmoonQBUKBpkifLcTd78bfxxt4PYLwmJ5admLW6cBBs8moonXwpKwoVkMegt5Bc776cSW793X1irL5hHV1vJ3JAmoonZ6u9E2fgk6eWd82621eLPHt9zuJuYECXAYjMY1C
Dedicated LunarLander tip addresses (Bifrost-managed):
tr7c9YdFm5pTx8xVp8XMRPrAFGSND7xmumTqPPJchHetrHMAN5tkHbzyvFobwjCx1G2tcKTo1ymVhog1ZVBqYDtrWZmScJ2813eMwQLDpc96yf15mtFyXsafpP9NAfjdQtrdMqFh3cPLdweYmD9tLp8NeMZ6EJUhiDHr8XrqmuJNtrzB8VqS6U3pG7CLjCoLTRvLw3i2ZEsjfAyhZmM3B27
If you specifically want the Bifrost-managed dedicated LunarLander tip addresses, use one of the tr... addresses above.
Send Transaction
Use POST /lunarlander for a single transaction.
Request Body
params[0]
string
Yes
Base64-encoded signed transaction
params[1].encoding
string
No
base64 (default)
Response
Bundle Submission
Use POST /lunar-submit-bundle for a bundle of up to 4 transactions.
Request Body
params[0]
string[]
Yes
Base64-encoded transactions (max 4)
params[1].encoding
string
No
base64 (default)
Response
Batch Submission
Use POST /lunar-submit-batch for LunarLander's binary batch API.
Headers
Content-Type
application/octet-stream
If your Bifrost deployment already has HelloMoon credentials configured, you usually do not need to send auth yourself.
Request Body (Binary)
Wire format uses repeating [u16_be_length][raw_tx_bytes] segments:
Maximum 16 transactions per batch. Each transaction payload must be 66-1232 bytes.
Response
Last updated