v1
latestOpenAPI 3.0.12026-07-24510443.1 KB입금(Deposit)
원화 입금
입출금 계좌로부터 원화를 지정한 금액만큼 입금합니다.
post/deposits/krw
Request body
Example request
{
"amount": "10000",
"two_factor_type": "kakao"
}Response
Object of KRW deposit
Example response
{
"type": "deposit",
"uuid": "5b871d34-fe38-4025-8f5c-9b22028f85d3",
"currency": "KRW",
"net_type": "BTC",
"txid": "5BC9E3CD3EFCAB866060C5A61A98E6079B4A49BCCFCBF7D220F903F67D1C76C4",
"state": "ACCEPTED",
"created_at": "2024-01-01T00:00:00",
"done_at": "2024-01-01T00:00:00",
"amount": "10000",
"transaction_type": "default"
}