INJS
  • Introduction
  • Mint INJS
  • Protocol
    • INJRC-20
      • Deploy
      • Mint
      • Transfer
    • Indexer
    • Marketplace
      • Inscribe
      • List/Delist
      • Buy
      • Batch
Powered by GitBook
On this page
  1. Protocol
  2. Marketplace

Batch

{ 
  "p": "injrc-20",
  "tick":"INJS",
  "op": "batch",
  "pl": "1000000000000"
}
Key
Required ?
Description

p

Yes

Protocol: Helps other systems identify and process injrc-20 events

tick

Yes

The tick to buy

op

Yes

Operation: Type of event (List, Delist, Buy, Batch)

pl

Yes

Max unit price limit

The buyer initiates a batch operation by sending a specified quantity of INJ to the Batch Task Address. The indexer then attempts to purchase the maximum possible amount of INJRC-20 tokens. Any unspent value is refunded to the buyer's address upon completion of the batch task

PreviousBuy

Last updated 1 year ago