GET / POST/api/v1/cs2

Buy CS2 accounts

Buy one or more CS2 accounts by tier.


Charges your wallet and returns the account logins. If only part of the order is in stock, you get what's available and the rest is refunded to your wallet.

Parameters

typeRequired

Which tier to buy. One of: prime, premier, premier-4-medals, premier-10-medals, premier-10k, premier-15k, premier-20k, premier-rare.

quantityRequired

How many to buy, 1 to 100.

resultOptional

json or text. Defaults to text.

Send a unique Idempotency-Key header to make retries safe.

curl -H "Idempotency-Key: order-8421" \
  "https://nfa.pub/api/v1/cs2?key=rsk_your_key&type=premier-15k&quantity=1&result=json"

Response

{
  "ok": true,
  "accounts": ["login:password:..."],
  "charged_eur": 0.45
}