Exchange

포인트 교환 관련 API

포인트를 코인으로 전환

post
/tikkly-b2c/exchange/convert-point-to-coin

포인트를 암호화폐로 전환합니다

Header parameters
x-api-keystringRequired

API Key

Default: TEST_API_KEYExample: TEST_API_KEY
Body
uuidstringRequired

사용자 UUID

Example: 40115395-195e-4c14-b5f4-261f13da353e
symbolstringRequired

토큰 심볼

Example: BTC
cexTypestringRequired

거래소 타입

Example: binance
pointAmountstringRequired

포인트 수량

Example: 100
pointTypestringRequired

포인트 타입

Example: OK-CASHBAG
Responses
200

전환 성공

application/json
post
/tikkly-b2c/exchange/convert-point-to-coin

전환 견적 조회

post
/tikkly-b2c/exchange/convert-quote

포인트를 코인으로 전환할 때의 예상 견적을 조회합니다

Header parameters
x-api-keystringRequired

API Key

Default: TEST_API_KEYExample: TEST_API_KEY
Body
symbolstringRequired

토큰 심볼

Example: BTC
cexTypestringRequired

거래소 타입

Example: binance
pointAmountstringRequired

포인트 수량

Example: 100
pointTypestringRequired

포인트 타입

Example: OK-CASHBAG
Responses
200

견적 조회 성공

application/json
post
/tikkly-b2c/exchange/convert-quote

전환 내역 조회

post
/tikkly-b2c/exchange/convert-quote-history

사용자의 포인트 전환 내역을 조회합니다

Header parameters
x-api-keystringRequired

API Key

Default: TEST_API_KEYExample: TEST_API_KEY
Body
uuidstringRequired

사용자 UUID

Example: 40115395-195e-4c14-b5f4-261f13da353e
sincenumberOptional

시작 시간 (Unix timestamp, 0 = 전체)

Example: 0
untilnumberOptional

종료 시간 (Unix timestamp, 0 = 전체)

Example: 0
Responses
200

내역 조회 성공

application/json
post
/tikkly-b2c/exchange/convert-quote-history